Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use upstream rustup init script download workaround for old curl version on CentOS6 #7619

Merged
merged 4 commits into from Apr 28, 2019

Conversation

cosmicexplorer
Copy link
Contributor

@cosmicexplorer cosmicexplorer commented Apr 24, 2019

Problem

See #7615, where we had to work around a sudden error downloading rustup on our CentOS6 docker image bootstrap shards. A workaround was made available from rustup via rust-lang/rustup#1803, so we can remove our own workaround.

Solution

  • Remove platform-specific logic from bootstrap_rust.sh.
  • Remove the need to output the rustup-init script to a temporary file.

Result

Our bootstrap shards should continue working!

@cosmicexplorer cosmicexplorer changed the title [WIP] test rustup init script fix use upstream rustup init script download workaround for old curl version on CentOS6 Apr 27, 2019
@cosmicexplorer
Copy link
Contributor Author

This is now ready for review!

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay! Thank you for following up on this.

build-support/bin/native/bootstrap_rust.sh Show resolved Hide resolved
@cosmicexplorer cosmicexplorer merged commit a6f96ca into pantsbuild:master Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants